x86emul: clean up AVX2 insn use in test harness
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Sep 2018 09:30:29 +0000 (11:30 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Sep 2018 09:30:29 +0000 (11:30 +0200)
commit9f3fd3d339b42a632ccc1c5fff218d1d19a69f01
tree078285cc757dbaf1ced935329a348f1406bed68d
parentd2581b7b3ddb1861b1c06993503363a5f04cf689
x86emul: clean up AVX2 insn use in test harness

Drop the pretty pointless conditionals from code testing AVX insns and
properly use AVX2 mnemonics in code testing AVX2 insns (the test harness
is already requiring sufficiently new a compiler/assembler).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/test_x86_emulator.c